Update Operaton download and modeler links#130
Open
hauptmedia wants to merge 18 commits into
Open
Conversation
kthoms
reviewed
Jun 17, 2026
| ## Install Camunda Modeler | ||
|
|
||
| Follow the instructions in the [Camunda Modeler](/docs/documentation/installation/camunda-modeler) section. No newline at end of file | ||
| Follow the instructions in the [Camunda Modeler](/docs/documentation/installation/camunda-modeler) section. |
Contributor
There was a problem hiding this comment.
Change to Operaton Modeler?
Contributor
Author
There was a problem hiding this comment.
I changed it to Operaton Modeler
6f7b861 to
dca7aaa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
*-SNAPSHOTdependenciescamunda-modeler.mdtooperaton-modeler.mdand update internal links to the new routestart.bat/start.sh) instead of oldstart-camunda.*namesVerification
rg -n "oracle\\.com/technetwork/java/javase/downloads|Java Runtime Environment 11|Java JDK 11\\+|Java 11 / 17 / 21|Oracle JDK 11 / 17 / 21|OpenJDK 11 / 17 / 21" docs/documentation/introduction/downloading-operaton.md docs/documentation/introduction/supported-environments.md docs/get-started/quick-start/install.md docs/get-started/dmn/install.md -Sreturns no matchescurl -I -L -sS --max-time 20 https://www.oracle.com/java/technologies/downloads/returns HTTP 200rg -n "Operaton requires \\*\\*Java 17\\*\\*|Java 17\\*\\*, \\*\\*Java 21\\*\\*, and \\*\\*Java 25" docs/documentation/reference/release-notes -Sconfirms the release-note source for the aligned Java supportgh release view --repo operaton/operaton --json tagName,isPrerelease,url,assetsconfirms the latest stable release isv2.1.1and includes standalone, Tomcat, WildFly, SQL script, webapp, and REST assetsgh release view v2.1.1 --repo operaton/operaton --json assets --jq ...confirms the Operaton Runoperaton-bpm-2.1.1.tar.gzandoperaton-bpm-2.1.1.ziparchive namesgh release view v2.1.1 --repo operaton/operaton --json tagName,isPrerelease,assets --jq ...confirms the stable SQL script assetoperaton-sql-scripts-7.24.0.tar.gzgh release view 2.2.0-SNAPSHOT --repo operaton/operaton --json name,tagName,isPrerelease,publishedAt,url,assetsconfirms snapshot distribution assets are published as GitHub prereleasesgh release list --repo operaton/operaton --limit 20confirms current snapshot prereleases, including2.1.2-SNAPSHOTand2.2.0-SNAPSHOT, are published as GitHub prereleasescurl -fsSL https://central.sonatype.com/repository/maven-snapshots/org/operaton/bpm/operaton-engine/maven-metadata.xmlconfirms engine snapshots are available in Central snapshot repositorycurl -fsSL https://central.sonatype.com/repository/maven-snapshots/org/operaton/bpm/operaton-bom/maven-metadata.xmlconfirms BOM snapshots are available in Central snapshot repositorycurl -fsSL https://central.sonatype.com/repository/maven-snapshots/org/operaton/bpm/webapp/operaton-webapp/maven-metadata.xmland the matchingoperaton-engine-restmetadata confirm webapp and REST snapshots are available in Central snapshot repositorygh release list --repo operaton/operaton-modeler --limit 20returns no published releases, so Modeler install references point to local documentation or the repository instead of claiming release downloadsgh api 'repos/operaton/operaton-modeler/git/trees/develop?recursive=1' --jq '.tree[].path' | rg 'client/src/app/tabs/(bpmn|dmn|cmmn|form)|client/src/util/Flags\\.js'confirms Operaton Modeler sources for BPMN, DMN, CMMN, forms, and flagscurl -fsI -L --max-time 20 https://github.com/operaton/operaton-modeler/blob/develop/client/src/util/Flags.jsreturns HTTP 200curl -I -L --max-time 20 https://docs.operaton.org/docs/documentation/modeler/forms/returns HTTP 404curl -I -L --max-time 20 https://github.com/operaton/operaton-modeler/tree/develop/client/src/app/tabs/formreturns HTTP 200rgchecks find no stale Camunda download/modeler links, oldstart-camunda.*scripts,tbdRun download placeholders, or nonexistent Operaton artifact domains in the changed download/install filesrg -n -i "camunda modeler|camunda-modeler|desktop modeler from camunda|modeler from camunda" docs/documentation/modeling-bpmn/index.md -Sreturns no matchesrg -n "documentation/installation/camunda-modeler|installation/camunda-modeler|camunda-modeler\\.md" docs src docusaurus.config.ts -Sfinds no matchesrg -n "documentation/installation/operaton-modeler|installation/operaton-modeler|operaton-modeler\\.md" docs src docusaurus.config.ts -Sconfirms the new route is usedchecked 24 urls across 16 files; problematic 0git diff --checknpm run typechecknpm run buildsucceeds; it reports the known pre-existing Docusaurus link/anchor warnings handled by Fix docs link checks and enforce quality gates #115